section.experiences.section.blg-white { padding: 20px 0px 20px; }



.hero::before { z-index: 0; 
background: url(/-/media/services/Additional%20Services/2025/BLG_Beyond_Stripes_Consulting_Desktop3b) no-repeat;
background-position: center;
opacity: 1; 
content: ""; 
animation: -webkit-transform: translate(0%,0%);
      -ms-transform: translate(0%,0%);
          transform: translate(0%,0%);

  -webkit-animation: alm_1b 12000ms linear;
      -ms-animation: alm_1b 12000ms linear;
          animation: alm_1b 12000ms linear;
    -webkit-transition-timing-function: linear; 
           -ms-transition-timing-function: linear; 
           transition-timing-function: infinite;
         }
@keyframes alm_1b{
0% {opacity: 0; transform:scale(1.2, 1);}
5% {opacity: 0; transform:scale(1.2, 1);} 
10% {opacity: 1;  } 
15% {opacity: 1; transform:scale(1, 1); } 
  20% {opacity: 1; }
  25% {opacity: 1; }
30% {opacity:1; }
  40% {opacity: 1; }
50% {opacity: 1;}
70% {opacity: 1;}
  98% {opacity: 1;  transform:scale(1, 1); }
100% {opacity: 1; transform:scale(1.2, 1); }
} 



.hero .hero-heading {color: #c61881; content: "abc";  text-align:left; font-size: 2.25em;}


@media screen and (max-width:1024px) {
.hero:before {
background: url(/-/media/services/Additional%20Services/2025/BLG_Beyond_Stripes_Consulting_Tablet2) no-repeat;
background-position: center; }

.content { left: 52%; transform: translateX(-50%);}

.hero-background img {object-position:left}

}

@media screen and (max-width:500px) {
.hero:before {
background: url(/-/media/services/Additional%20Services/2025/BLG_Beyond_Stripes_Consulting_Mobile2) no-repeat;
background-position: center; }

.hero-background img {object-position:left}

}



